home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Mp3 / MPeckerDropDecoder1.2.1.sit / MPecker Drop Decoder 1.2.1 / MPecker Drop Decoder.doc < prev    next >
Text File  |  1998-04-13  |  4KB  |  84 lines

  1. Mpecker Drop Decoder Version 1.2.1
  2. Copyright © 1997, 1998 Rafael W. Luebbert - All Rights Reserved
  3. ---------------------------------------------------------------
  4.  
  5. Updates when released are available at http://www.anime.net/~go/mpeckers.html
  6.  
  7. I can be reached VIA email at rafaelwl@sumter.net
  8.  
  9. What is this Program?
  10. ---------------------
  11.  
  12. Very simply, it is a program to automatically convert any mpeg-1 or 
  13. MPEG-2 LSF layer 1, layer 2 or layer 3 audio file into an AIFF file.  
  14.  
  15. It should correctly recognize and decode all mpeg audio files, and special
  16. routines have been added to skip non-standard headers.
  17.  
  18. This file is for PowerPC MacOS machines only.
  19.  
  20. How Do I Use It?
  21. ----------------
  22. Simply drag your mpeg audio file onto the icon and off goes the program.
  23. Have lots of disk space handy, as each minute of audio can occupy as much 
  24. as 10 MB of disk space!
  25.  
  26. The decodes are placed in the same folder as the original unless you specify
  27. otherwise.  To change the destination, double click on the icon and a preferences
  28. menu will appear.  You can also change the creator type here as well.
  29.  
  30. Disclaimer/Distribution Rights
  31. ------------------------------
  32. This archive and its complete contents may be distributed to any end-user, 
  33. as long as there is no charge for it.  It may not be included in any 
  34. commercial or "shareware" software release without express, written, non-electronic
  35. consent from the author.
  36.  
  37. Permission is given for distribution on freeware/shareware CD archives as long as: 
  38.     (1) The archive compilation is made and sold on a non-profit basis;
  39.     (2) No modifications are made to the archive or it's contents; and
  40.     (3) A copy of the CD archive is forwarded at no cost to the author.
  41.     
  42. The archive may also be included on CD archives distributed by magazine publishers,
  43. provided that:
  44.     (1) No modifications are made to the archive or it's contents; and
  45.     (2) A copy of both the magazine and the CD archive are forwarded 
  46.         at no cost to the author.
  47.  
  48. Please do not write me asking for permission to distribute this program in 
  49. any fashion other than that mentioned above.
  50.  
  51. No warranties or guarantees, either expressed or implied, are made with regard
  52. to this program, or its output or performance.  The end-user accepts this 
  53. program as is, and use of the program indicates an acceptance of responsibility
  54. for any damage occuring as a result of this use.  
  55.  
  56. The user of this program accepts responsibility for obeying all applicable 
  57. copyright law.
  58.  
  59. Many thanks to Kyle de Graaf for the icons for the decoder.  Please visit his web
  60. site at http://php.indiana.edu/~kdegraaf/mp3.html for mpeg news and some useful
  61. mpeg audio utilities.
  62.  
  63.  
  64. Left To Do
  65. ----------
  66. Decode to PCM, WAV, .snd
  67. Speed things up.
  68.  
  69. Version History
  70. ---------------
  71. 1.2.1 - 1) Reverted back to old huffman decoding routines as new ones seem to
  72.            have a slight problem.
  73. 1.2 - 1) Double clicking on the icon now brings up a preferences window
  74.          for selecting a destination for your decodes.
  75.       2) File creator can also be specified in the preferences menu.
  76.       3) Now can queue up to 256 decodes (for those of you with *really* phat HDs).
  77.       4) More decoding optimizations for layer III.
  78. 1.1 - 1) Fixed a decoding bug. (Sorry.)
  79.       2) Changed the interface.
  80.       3) Miscellaneous optimizations.
  81. 1.0.2 - 1) Another non-standard header fix, thanks Kyle de Graaf once again.
  82. 1.0.1 - 1) Fixed some clipping/amplification problems found by David Renelt, thanks.
  83.         2) Chop those annoying headers off of SWA files - thanks, Kyle de Graaf.
  84. 1.0 - Initial Release